AddCredentialRequest

data class AddCredentialRequest(authenticatorId: AuthenticatorId, credential: Credential)

Represents request frame that can be used with WebAuthn#addCredential operation call.

Adds the credential to the specified authenticator.

See also

Constructors

AddCredentialRequest
Link copied to clipboard
fun AddCredentialRequest(authenticatorId: AuthenticatorId, credential: Credential)

Properties

authenticatorId
Link copied to clipboard
val authenticatorId: AuthenticatorId
credential
Link copied to clipboard
val credential: Credential

Sources

jvm source
Link copied to clipboard